[INFO] cloning repository https://github.com/JASory/ENT
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JASory/ENT" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJASory%2FENT", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJASory%2FENT'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5fde0195e9bb5d923440b0ba139f0c01d1e1bcc7
[INFO] checking JASory/ENT/5fde0195e9bb5d923440b0ba139f0c01d1e1bcc7 against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJASory%2FENT" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JASory/ENT
[INFO] finished tweaking git repo https://github.com/JASory/ENT
[INFO] tweaked toml for git repo https://github.com/JASory/ENT written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JASory/ENT on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JASory/ENT already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding machine-prime v1.5.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2f1cd9b85df072e76d24a065a1b0fe20d7657f1d89bd564e6c5e5afa4f8102b5
[INFO] running `Command { std: "docker" "start" "2f1cd9b85df072e76d24a065a1b0fe20d7657f1d89bd564e6c5e5afa4f8102b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f1cd9b85df072e76d24a065a1b0fe20d7657f1d89bd564e6c5e5afa4f8102b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2f1cd9b85df072e76d24a065a1b0fe20d7657f1d89bd564e6c5e5afa4f8102b5" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f1cd9b85df072e76d24a065a1b0fe20d7657f1d89bd564e6c5e5afa4f8102b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2f1cd9b85df072e76d24a065a1b0fe20d7657f1d89bd564e6c5e5afa4f8102b5" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking number-theory v0.0.24 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `mont_prod` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/eightbytes.rs:70:37
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let oneinv = machine_prime::mont_prod(machine_prime::mont_sub(*self, one, *self), one, *self, inv);
[INFO] [stdout]    |                                     ^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/eightbytes.rs:70:62
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let oneinv = machine_prime::mont_prod(machine_prime::mont_sub(*self, one, *self), one, *self, inv);
[INFO] [stdout]    |                                                              ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/eightbytes.rs:71:32
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let b = machine_prime::to_mont(base,*self);
[INFO] [stdout]    |                                ^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `strong_fermat` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/eightbytes.rs:73:24
[INFO] [stdout]    |
[INFO] [stdout] 73 |         machine_prime::strong_fermat(*self, tzc, b, one, oneinv, inv)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod_128` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/sixteenbytes.rs:58:37
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let oneinv = machine_prime::mont_prod_128(machine_prime::mont_sub_128(*self, one, *self), one, *self, inv);
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub_128` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/sixteenbytes.rs:58:66
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let oneinv = machine_prime::mont_prod_128(machine_prime::mont_sub_128(*self, one, *self), one, *self, inv);
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont_128` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/sixteenbytes.rs:59:32
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let b = machine_prime::to_mont_128(base,*self);
[INFO] [stdout]    |                                ^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `strong_fermat_128` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/sixteenbytes.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |         machine_prime::strong_fermat_128(*self, tzc, b, one, oneinv, inv)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `is_prime_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/sixteenbytes.rs:65:24
[INFO] [stdout]     |
[INFO] [stdout]  65 |         machine_prime::is_prime_128(*self)
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/machine-prime-1.5.7/src/check.rs:422:1
[INFO] [stdout]     |
[INFO] [stdout] 422 | pub const extern "C" fn is_prime_wc(x: u64) -> bool {
[INFO] [stdout]     | --------------------------------------------------- similarly named function `is_prime_wc` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/machine-prime-1.5.7/src/lib.rs:96:16
[INFO] [stdout]     |
[INFO] [stdout]  95 | #[cfg(any(feature="wide",feature="qft"))]
[INFO] [stdout]     |          ------------------------------ the item is gated here
[INFO] [stdout]  96 | pub use wide::{is_prime_128,is_prime_wc_128};
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  65 -         machine_prime::is_prime_128(*self)
[INFO] [stdout]  65 +         machine_prime::is_prime_wc(*self)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INV_8` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/montprim.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 |      let mut est = machine_prime::INV_8[((self>>1) & 0x7F) as usize] as u32;
[INFO] [stdout]    |                                   ^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:104:24
[INFO] [stdout]     |
[INFO] [stdout] 104 |         machine_prime::to_mont(self,ring)
[INFO] [stdout]     |                        ^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mul_inv2` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:108:21
[INFO] [stdout]     |
[INFO] [stdout] 108 |      machine_prime::mul_inv2(self)
[INFO] [stdout]     |                     ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `one_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:112:22
[INFO] [stdout]     |
[INFO] [stdout] 112 |       machine_prime::one_mont(self)   
[INFO] [stdout]     |                      ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |      machine_prime::mont_sub(self,subtrahend,ring)
[INFO] [stdout]     |                     ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 132 |       machine_prime::mont_prod(self,multiplicand,ring,inv)
[INFO] [stdout]     |                      ^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_pow` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:140:23
[INFO] [stdout]     |
[INFO] [stdout] 140 |        machine_prime::mont_pow(self,one,p,ring,inv)
[INFO] [stdout]     |                       ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:183:22
[INFO] [stdout]     |
[INFO] [stdout] 183 |       machine_prime::to_mont_128(self%ring,ring)
[INFO] [stdout]     |                      ^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mul_inv2_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:187:23
[INFO] [stdout]     |
[INFO] [stdout] 187 |        machine_prime::mul_inv2_128(self)
[INFO] [stdout]     |                       ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `one_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 |       machine_prime::one_mont_128(self)   
[INFO] [stdout]     |                      ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `u256prod_lo` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:196:34
[INFO] [stdout]     |
[INFO] [stdout] 196 |          let lo = machine_prime::u256prod_lo(lo,ring);
[INFO] [stdout]     |                                  ^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:203:28
[INFO] [stdout]     |
[INFO] [stdout] 203 |             machine_prime::mont_sub_128(self,subtrahend,ring)   
[INFO] [stdout]     |                            ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |         machine_prime::mont_prod_128(self,multiplicand,ring,inv)
[INFO] [stdout]     |                        ^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sqr_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:215:24
[INFO] [stdout]     |
[INFO] [stdout] 215 |         machine_prime::mont_sqr_128(self,ring,inv)
[INFO] [stdout]     |                        ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_pow_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:220:20
[INFO] [stdout]     |
[INFO] [stdout] 220 |     machine_prime::mont_pow_128(self,one,p,ring,inv)
[INFO] [stdout]     |                    ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |      machine_prime::mont_sub(machine_prime::mont_prod(x,x,n,npi),subtrahend,n)
[INFO] [stdout]     |                     ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:109:45
[INFO] [stdout]     |
[INFO] [stdout] 109 |      machine_prime::mont_sub(machine_prime::mont_prod(x,x,n,npi),subtrahend,n)
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:137:27
[INFO] [stdout]     |
[INFO] [stdout] 137 |          q=machine_prime::mont_prod(q,x.abs_diff(y),n,inv);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mul_inv2` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:172:29
[INFO] [stdout]     |
[INFO] [stdout] 172 |    let inv = machine_prime::mul_inv2(n);
[INFO] [stdout]     |                             ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `one_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:173:29
[INFO] [stdout]     |
[INFO] [stdout] 173 |    let one = machine_prime::one_mont(n);
[INFO] [stdout]     |                             ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `two_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:174:30
[INFO] [stdout]     |
[INFO] [stdout] 174 |    let base = machine_prime::two_mont(one,n);
[INFO] [stdout]     |                              ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:181:35
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let coef = machine_prime::to_mont(n-1,n);
[INFO] [stdout]     |                                   ^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:202:21
[INFO] [stdout]     |
[INFO] [stdout] 202 |      machine_prime::mont_sub_128(machine_prime::mont_sqr_128(x,n,npi),subtrahend,n)
[INFO] [stdout]     |                     ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sqr_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:202:49
[INFO] [stdout]     |
[INFO] [stdout] 202 |      machine_prime::mont_sub_128(machine_prime::mont_sqr_128(x,n,npi),subtrahend,n)
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |          q=machine_prime::mont_prod_128(q,x.abs_diff(y),n,inv);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `is_prime_wc_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:255:41
[INFO] [stdout]     |
[INFO] [stdout] 255 |     if g !=1 && g !=n && machine_prime::is_prime_wc_128(g){
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/machine-prime-1.5.7/src/check.rs:422:1
[INFO] [stdout]     |
[INFO] [stdout] 422 | pub const extern "C" fn is_prime_wc(x: u64) -> bool {
[INFO] [stdout]     | --------------------------------------------------- similarly named function `is_prime_wc` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/machine-prime-1.5.7/src/lib.rs:96:29
[INFO] [stdout]     |
[INFO] [stdout]  95 | #[cfg(any(feature="wide",feature="qft"))]
[INFO] [stdout]     |          ------------------------------ the item is gated here
[INFO] [stdout]  96 | pub use wide::{is_prime_128,is_prime_wc_128};
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 255 -     if g !=1 && g !=n && machine_prime::is_prime_wc_128(g){
[INFO] [stdout] 255 +     if g !=1 && g !=n && machine_prime::is_prime_wc(g){
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mul_inv2_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:268:29
[INFO] [stdout]     |
[INFO] [stdout] 268 |    let inv = machine_prime::mul_inv2_128(n);
[INFO] [stdout]     |                             ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `one_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:269:29
[INFO] [stdout]     |
[INFO] [stdout] 269 |    let one = machine_prime::one_mont_128(n);
[INFO] [stdout]     |                             ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `two_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:270:30
[INFO] [stdout]     |
[INFO] [stdout] 270 |    let base = machine_prime::two_mont_128(one,n);
[INFO] [stdout]     |                              ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:277:35
[INFO] [stdout]     |
[INFO] [stdout] 277 |         let coef = machine_prime::to_mont_128(n-1,n);
[INFO] [stdout]     |                                   ^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused label
[INFO] [stdout]   --> src/primitive/fourbytes.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         'outer: loop {
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_labels)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `drbg`
[INFO] [stdout]  --> src/primitive/sixteenbytes.rs:3:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::primitive::factorprim::{poly_factor_128,drbg};
[INFO] [stdout]   |                                                    ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::arithmetic::sliceops::*`
[INFO] [stdout]  --> src/arithmetic/mpz_ent.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::arithmetic::sliceops::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/eightbytes.rs:70:37
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let oneinv = machine_prime::mont_prod(machine_prime::mont_sub(*self, one, *self), one, *self, inv);
[INFO] [stdout]    |                                     ^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/eightbytes.rs:70:62
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let oneinv = machine_prime::mont_prod(machine_prime::mont_sub(*self, one, *self), one, *self, inv);
[INFO] [stdout]    |                                                              ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/eightbytes.rs:71:32
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let b = machine_prime::to_mont(base,*self);
[INFO] [stdout]    |                                ^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `strong_fermat` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/eightbytes.rs:73:24
[INFO] [stdout]    |
[INFO] [stdout] 73 |         machine_prime::strong_fermat(*self, tzc, b, one, oneinv, inv)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod_128` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/sixteenbytes.rs:58:37
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let oneinv = machine_prime::mont_prod_128(machine_prime::mont_sub_128(*self, one, *self), one, *self, inv);
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub_128` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/sixteenbytes.rs:58:66
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let oneinv = machine_prime::mont_prod_128(machine_prime::mont_sub_128(*self, one, *self), one, *self, inv);
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont_128` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/sixteenbytes.rs:59:32
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let b = machine_prime::to_mont_128(base,*self);
[INFO] [stdout]    |                                ^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `strong_fermat_128` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/sixteenbytes.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |         machine_prime::strong_fermat_128(*self, tzc, b, one, oneinv, inv)
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `is_prime_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/sixteenbytes.rs:65:24
[INFO] [stdout]     |
[INFO] [stdout]  65 |         machine_prime::is_prime_128(*self)
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/machine-prime-1.5.7/src/check.rs:422:1
[INFO] [stdout]     |
[INFO] [stdout] 422 | pub const extern "C" fn is_prime_wc(x: u64) -> bool {
[INFO] [stdout]     | --------------------------------------------------- similarly named function `is_prime_wc` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/machine-prime-1.5.7/src/lib.rs:96:16
[INFO] [stdout]     |
[INFO] [stdout]  95 | #[cfg(any(feature="wide",feature="qft"))]
[INFO] [stdout]     |          ------------------------------ the item is gated here
[INFO] [stdout]  96 | pub use wide::{is_prime_128,is_prime_wc_128};
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  65 -         machine_prime::is_prime_128(*self)
[INFO] [stdout]  65 +         machine_prime::is_prime_wc(*self)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INV_8` in crate `machine_prime`
[INFO] [stdout]   --> src/primitive/montprim.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 |      let mut est = machine_prime::INV_8[((self>>1) & 0x7F) as usize] as u32;
[INFO] [stdout]    |                                   ^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:104:24
[INFO] [stdout]     |
[INFO] [stdout] 104 |         machine_prime::to_mont(self,ring)
[INFO] [stdout]     |                        ^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mul_inv2` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:108:21
[INFO] [stdout]     |
[INFO] [stdout] 108 |      machine_prime::mul_inv2(self)
[INFO] [stdout]     |                     ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `one_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:112:22
[INFO] [stdout]     |
[INFO] [stdout] 112 |       machine_prime::one_mont(self)   
[INFO] [stdout]     |                      ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |      machine_prime::mont_sub(self,subtrahend,ring)
[INFO] [stdout]     |                     ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 132 |       machine_prime::mont_prod(self,multiplicand,ring,inv)
[INFO] [stdout]     |                      ^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_pow` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:140:23
[INFO] [stdout]     |
[INFO] [stdout] 140 |        machine_prime::mont_pow(self,one,p,ring,inv)
[INFO] [stdout]     |                       ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:183:22
[INFO] [stdout]     |
[INFO] [stdout] 183 |       machine_prime::to_mont_128(self%ring,ring)
[INFO] [stdout]     |                      ^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mul_inv2_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:187:23
[INFO] [stdout]     |
[INFO] [stdout] 187 |        machine_prime::mul_inv2_128(self)
[INFO] [stdout]     |                       ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `one_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 |       machine_prime::one_mont_128(self)   
[INFO] [stdout]     |                      ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `u256prod_lo` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:196:34
[INFO] [stdout]     |
[INFO] [stdout] 196 |          let lo = machine_prime::u256prod_lo(lo,ring);
[INFO] [stdout]     |                                  ^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:203:28
[INFO] [stdout]     |
[INFO] [stdout] 203 |             machine_prime::mont_sub_128(self,subtrahend,ring)   
[INFO] [stdout]     |                            ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |         machine_prime::mont_prod_128(self,multiplicand,ring,inv)
[INFO] [stdout]     |                        ^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sqr_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:215:24
[INFO] [stdout]     |
[INFO] [stdout] 215 |         machine_prime::mont_sqr_128(self,ring,inv)
[INFO] [stdout]     |                        ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_pow_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/montprim.rs:220:20
[INFO] [stdout]     |
[INFO] [stdout] 220 |     machine_prime::mont_pow_128(self,one,p,ring,inv)
[INFO] [stdout]     |                    ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |      machine_prime::mont_sub(machine_prime::mont_prod(x,x,n,npi),subtrahend,n)
[INFO] [stdout]     |                     ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:109:45
[INFO] [stdout]     |
[INFO] [stdout] 109 |      machine_prime::mont_sub(machine_prime::mont_prod(x,x,n,npi),subtrahend,n)
[INFO] [stdout]     |                                             ^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:137:27
[INFO] [stdout]     |
[INFO] [stdout] 137 |          q=machine_prime::mont_prod(q,x.abs_diff(y),n,inv);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mul_inv2` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:172:29
[INFO] [stdout]     |
[INFO] [stdout] 172 |    let inv = machine_prime::mul_inv2(n);
[INFO] [stdout]     |                             ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `one_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:173:29
[INFO] [stdout]     |
[INFO] [stdout] 173 |    let one = machine_prime::one_mont(n);
[INFO] [stdout]     |                             ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `two_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:174:30
[INFO] [stdout]     |
[INFO] [stdout] 174 |    let base = machine_prime::two_mont(one,n);
[INFO] [stdout]     |                              ^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:181:35
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let coef = machine_prime::to_mont(n-1,n);
[INFO] [stdout]     |                                   ^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sub_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:202:21
[INFO] [stdout]     |
[INFO] [stdout] 202 |      machine_prime::mont_sub_128(machine_prime::mont_sqr_128(x,n,npi),subtrahend,n)
[INFO] [stdout]     |                     ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_sqr_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:202:49
[INFO] [stdout]     |
[INFO] [stdout] 202 |      machine_prime::mont_sub_128(machine_prime::mont_sqr_128(x,n,npi),subtrahend,n)
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mont_prod_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:230:27
[INFO] [stdout]     |
[INFO] [stdout] 230 |          q=machine_prime::mont_prod_128(q,x.abs_diff(y),n,inv);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `is_prime_wc_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:255:41
[INFO] [stdout]     |
[INFO] [stdout] 255 |     if g !=1 && g !=n && machine_prime::is_prime_wc_128(g){
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/machine-prime-1.5.7/src/check.rs:422:1
[INFO] [stdout]     |
[INFO] [stdout] 422 | pub const extern "C" fn is_prime_wc(x: u64) -> bool {
[INFO] [stdout]     | --------------------------------------------------- similarly named function `is_prime_wc` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/machine-prime-1.5.7/src/lib.rs:96:29
[INFO] [stdout]     |
[INFO] [stdout]  95 | #[cfg(any(feature="wide",feature="qft"))]
[INFO] [stdout]     |          ------------------------------ the item is gated here
[INFO] [stdout]  96 | pub use wide::{is_prime_128,is_prime_wc_128};
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 255 -     if g !=1 && g !=n && machine_prime::is_prime_wc_128(g){
[INFO] [stdout] 255 +     if g !=1 && g !=n && machine_prime::is_prime_wc(g){
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mul_inv2_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:268:29
[INFO] [stdout]     |
[INFO] [stdout] 268 |    let inv = machine_prime::mul_inv2_128(n);
[INFO] [stdout]     |                             ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `one_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:269:29
[INFO] [stdout]     |
[INFO] [stdout] 269 |    let one = machine_prime::one_mont_128(n);
[INFO] [stdout]     |                             ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `two_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:270:30
[INFO] [stdout]     |
[INFO] [stdout] 270 |    let base = machine_prime::two_mont_128(one,n);
[INFO] [stdout]     |                              ^^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_mont_128` in crate `machine_prime`
[INFO] [stdout]    --> src/primitive/factorprim.rs:277:35
[INFO] [stdout]     |
[INFO] [stdout] 277 |         let coef = machine_prime::to_mont_128(n-1,n);
[INFO] [stdout]     |                                   ^^^^^^^^^^^ not found in `machine_prime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused label
[INFO] [stdout]   --> src/primitive/fourbytes.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         'outer: loop {
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_labels)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `drbg`
[INFO] [stdout]  --> src/primitive/sixteenbytes.rs:3:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::primitive::factorprim::{poly_factor_128,drbg};
[INFO] [stdout]   |                                                    ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::arithmetic::sliceops::*`
[INFO] [stdout]  --> src/arithmetic/mpz_ent.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::arithmetic::sliceops::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/primitive/fourbytes.rs:127:13
[INFO] [stdout]     |
[INFO] [stdout] 127 |         let mut hi = std::cmp::max(*self, sup) as u64;
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/primitive/fourbytes.rs:757:9
[INFO] [stdout]     |
[INFO] [stdout] 757 |     let mut zero_flag = false;
[INFO] [stdout]     |         ----^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `zero_flag`
[INFO] [stdout]    --> src/primitive/fourbytes.rs:757:9
[INFO] [stdout]     |
[INFO] [stdout] 757 |     let mut zero_flag = false;
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_zero_flag`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addend`
[INFO] [stdout]   --> src/primitive/montprim.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]    |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_addend`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ring`
[INFO] [stdout]   --> src/primitive/montprim.rs:35:36
[INFO] [stdout]    |
[INFO] [stdout] 35 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]    |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addend`
[INFO] [stdout]    --> src/primitive/montprim.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]     |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_addend`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ring`
[INFO] [stdout]    --> src/primitive/montprim.rs:119:36
[INFO] [stdout]     |
[INFO] [stdout] 119 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]     |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addend`
[INFO] [stdout]    --> src/primitive/montprim.rs:206:22
[INFO] [stdout]     |
[INFO] [stdout] 206 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]     |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_addend`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ring`
[INFO] [stdout]    --> src/primitive/montprim.rs:206:36
[INFO] [stdout]     |
[INFO] [stdout] 206 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]     |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/primitive/fourbytes.rs:127:13
[INFO] [stdout]     |
[INFO] [stdout] 127 |         let mut hi = std::cmp::max(*self, sup) as u64;
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/primitive/signednt.rs:272:13
[INFO] [stdout]     |
[INFO] [stdout] 272 |         let mut a = self.residue(n);
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 397 | signednt!(i8;u8, i16;u16, i32;u32, i64;u64, isize;usize, i128;u128);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `signednt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/primitive/signednt.rs:281:13
[INFO] [stdout]     |
[INFO] [stdout] 281 |         let mut a = self.residue(n);
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 397 | signednt!(i8;u8, i16;u16, i32;u32, i64;u64, isize;usize, i128;u128);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `signednt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/primitive/fourbytes.rs:757:9
[INFO] [stdout]     |
[INFO] [stdout] 757 |     let mut zero_flag = false;
[INFO] [stdout]     |         ----^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `zero_flag`
[INFO] [stdout]    --> src/primitive/fourbytes.rs:757:9
[INFO] [stdout]     |
[INFO] [stdout] 757 |     let mut zero_flag = false;
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_zero_flag`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addend`
[INFO] [stdout]   --> src/primitive/montprim.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]    |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_addend`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ring`
[INFO] [stdout]   --> src/primitive/montprim.rs:35:36
[INFO] [stdout]    |
[INFO] [stdout] 35 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]    |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addend`
[INFO] [stdout]    --> src/primitive/montprim.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]     |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_addend`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ring`
[INFO] [stdout]    --> src/primitive/montprim.rs:119:36
[INFO] [stdout]     |
[INFO] [stdout] 119 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]     |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addend`
[INFO] [stdout]    --> src/primitive/montprim.rs:206:22
[INFO] [stdout]     |
[INFO] [stdout] 206 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]     |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_addend`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ring`
[INFO] [stdout]    --> src/primitive/montprim.rs:206:36
[INFO] [stdout]     |
[INFO] [stdout] 206 |    fn mont_add(self, addend: Self, ring: Self) -> Self{
[INFO] [stdout]     |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/primitive/signednt.rs:272:13
[INFO] [stdout]     |
[INFO] [stdout] 272 |         let mut a = self.residue(n);
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 397 | signednt!(i8;u8, i16;u16, i32;u32, i64;u64, isize;usize, i128;u128);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `signednt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/primitive/signednt.rs:281:13
[INFO] [stdout]     |
[INFO] [stdout] 281 |         let mut a = self.residue(n);
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 397 | signednt!(i8;u8, i16;u16, i32;u32, i64;u64, isize;usize, i128;u128);
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `signednt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inner_sup`
[INFO] [stdout]   --> src/primitive/sieve.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 |      let inner_sup = (high as f64).sqrt() as u64;
[INFO] [stdout]    |          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_sup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/arithmetic/inlineops.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 |        unsafe { core::arch::x86_64::_addcarry_u64(carry, x, y, output) }
[INFO] [stdout]    |        ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/arithmetic/inlineops.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     unsafe { core::arch::x86_64::_subborrow_u64(carry, x, y, output) }
[INFO] [stdout]    |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inner_sup`
[INFO] [stdout]   --> src/primitive/sieve.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 |      let inner_sup = (high as f64).sqrt() as u64;
[INFO] [stdout]    |          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_sup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/arithmetic/mpz_ent.rs:614:13
[INFO] [stdout]     |
[INFO] [stdout] 614 |         let mut factors = self.factor().unwrap();
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/arithmetic/inlineops.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 |        unsafe { core::arch::x86_64::_addcarry_u64(carry, x, y, output) }
[INFO] [stdout]    |        ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/arithmetic/inlineops.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     unsafe { core::arch::x86_64::_subborrow_u64(carry, x, y, output) }
[INFO] [stdout]    |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/arithmetic/mpz_ent.rs:923:9
[INFO] [stdout]     |
[INFO] [stdout] 923 |        let mut pminus = p.ref_subtraction(&Mpz::one());  
[INFO] [stdout]     |            ----^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/arithmetic/mpz_ent.rs:968:26
[INFO] [stdout]     |
[INFO] [stdout] 968 |    fn mul_inverse(&self, n: Self) -> NTResult<Self>{
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/arithmetic/mpz_ent.rs:614:13
[INFO] [stdout]     |
[INFO] [stdout] 614 |         let mut factors = self.factor().unwrap();
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `number-theory` (lib) due to 39 previous errors; 20 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/arithmetic/mpz_ent.rs:923:9
[INFO] [stdout]     |
[INFO] [stdout] 923 |        let mut pminus = p.ref_subtraction(&Mpz::one());  
[INFO] [stdout]     |            ----^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/arithmetic/mpz_ent.rs:968:26
[INFO] [stdout]     |
[INFO] [stdout] 968 |    fn mul_inverse(&self, n: Self) -> NTResult<Self>{
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `number-theory` (lib test) due to 39 previous errors; 20 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2f1cd9b85df072e76d24a065a1b0fe20d7657f1d89bd564e6c5e5afa4f8102b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f1cd9b85df072e76d24a065a1b0fe20d7657f1d89bd564e6c5e5afa4f8102b5", kill_on_drop: false }`
[INFO] [stdout] 2f1cd9b85df072e76d24a065a1b0fe20d7657f1d89bd564e6c5e5afa4f8102b5
